gdk/x11: Flush layout changes to the frame clack dispatch
authorJonas Ådahl <jadahl@gmail.com>
Wed, 2 Dec 2020 08:45:31 +0000 (09:45 +0100)
committerJonas Ådahl <jadahl@gmail.com>
Mon, 7 Dec 2020 08:46:39 +0000 (09:46 +0100)
commit65ad9d6d96710c60e23f858373d7fc17488d365e
tree83a6c3c7b553da10ddb2d16f897250a50634235d
parente0f13ecae7a9ed42880b9e87df532913612754d9
gdk/x11: Flush layout changes to the frame clack dispatch

This follows the trail of the Wayland backend in that GdkSurface changes
happen during the layout phase, and that a GDK_CONFIGURE no longer being
used to communicate the size changes of a surface; this now also uses
the layout signal on the GdkSurface.
gdk/x11/gdkdisplay-x11.c
gdk/x11/gdksurface-x11.c
gdk/x11/gdksurface-x11.h